Welcome![Sign In][Sign Up]
Location:
Search - ftp client java

Search list

[GUI DevelopFtp

Description: ftp文件传输系统的用户界面,完整地展现了用户端所要用到的基本功能,能轻松实现局域网的文件传递。-ftp file transfer system, the user interface, fully demonstrated by the client to use the basic functions of LAN files can be easily passed.
Platform: | Size: 2048 | Author: 钟元 | Hits:

[JSP/Java43680526FtpClient

Description: 小的FTP客户端代码,有链接的判定和上传和下载等 -A small FTP client-side code, there are links to determine and uploading and downloading
Platform: | Size: 4096 | Author: koukeqi | Hits:

[JSP/JavaRadFTPClient

Description: java FTP Client-java FTP Client ........
Platform: | Size: 117760 | Author: PEYMAN | Hits:

[Internet-NetworkMyFtp

Description: java实现ftp客户端的源代码,是SSD8老师要求的大作业,可以作为期末作业-java ftp client to achieve the source code, is a big job SSD8 teacher asked, can serve as a final operation
Platform: | Size: 3072 | Author: 赵晓东 | Hits:

[Ftp Clientedtftpj-2.0.5

Description: 此工具是FTP客户端的一个开发包,里面包含了我们开发FTP客户端要用到的各种类和方法。-This tool is an FTP client development kit, which includes the development of our FTP client to use a variety of classes and methods.
Platform: | Size: 1289216 | Author: 马玉峰 | Hits:

[JSP/JavaFTP_client218245672010

Description: this the complete java base FTP client(GUI). you can connect any FTP server .-this is the complete java base FTP client(GUI). you can connect any FTP server .
Platform: | Size: 48128 | Author: joel | Hits:

[JSP/Javaftp_applet2

Description: 利用Java applet 作为FTP Client ,可上传2G以上档案-Using Java applet as a FTP Client, can upload files over 2G
Platform: | Size: 1560576 | Author: Marshall | Hits:

[Ftp ClientFTPClient

Description: 实现一个FTP客户端的功能,有需要做课程设计之类的朋友可以下载了作为参考-Implement a FTP client function, there is a need to do curriculum design and the like can be downloaded as a reference for friends
Platform: | Size: 30720 | Author: 陈星 | Hits:

[Ftp ClientFTP

Description: 简单ftp客户端源码,用java实现的简单上传下载功能-Simple ftp client source code, with the java implementation of simple upload and download functionality
Platform: | Size: 11264 | Author: 寒炎 | Hits:

[Ftp ClientJava

Description: 这里面是一个简单的socket编程说明文档,有详细的ftp客户端实现需要方法,以及一些主要的代码-That there is a simple socket programming documentation, a detailed implementation of the ftp client needs methods, and some major code
Platform: | Size: 260096 | Author: 筱筱 | Hits:

[Ftp ClientFTP

Description: 用java开发的FTP客户端软件,支持上传下载文件等-Java development FTP client software
Platform: | Size: 650240 | Author: eric | Hits:

[JSP/Javaftp-1.2.2

Description: java 实现ftp客户端-achieve the java ftp client。。。。。。。。。。。。。。。
Platform: | Size: 315392 | Author: song | Hits:

[JSP/JavaJAVA_ftp

Description: java语言实现的ftp客户端,支持上传,下载,功能还不是很完善 ,适合初学者-ftp client, java language support upload, download, function is not perfect, for beginners
Platform: | Size: 39936 | Author: 算我不对 | Hits:

[JSP/JavaFTP

Description: java FTP客户端程序具有FTP客户端所要求的上传,下载,文件列表,连接服务端等功能。-Java FTP client program required by the FTP client, upload, download, file list, the connection server.
Platform: | Size: 5831680 | Author: 飞哥 | Hits:

[Internet-Networkftp客户端11

Description: ftp上传下载系统客户端,Java实现,根据ftp协议,通过ip地址访问-ftp upload download client, Java, ftp protocol, ip addresses
Platform: | Size: 3072 | Author: arourd | Hits:

[JSP/JavaJava-ftp

Description: 简单的ftp客户端代码,可上传下载的ftp简单的功能-A simple FTP client code, can be simple FTP upload download function
Platform: | Size: 16384 | Author: 李哲 | Hits:

[JSP/Javaftpclient.java

Description: FTP CLIENT ON JAVA IMLEMENTESTION
Platform: | Size: 2048 | Author: vijaykumar | Hits:

[JSP/JavaUSEFTPAPPLET.JAVA

Description: Java源码,网络相关,FTP Java编写实现一个FTP客户端程序,通过该客户端连接指定的服务器。useFtpApplet 类继承了Applet 类,在init()中实现的是此Applet 的初始化,设置布局和背景,建立文本、标签和文本域。   Connect()方法使用主机地址、用户名和密码作为参数,建立与主机的连接。使用new 生成新的FtpClient 类实例,使用login()方法登录FTP 服务器,调用showFileContents()方法显示文件内容。   Stop()方法使用FtpClient 对象的closeServer()方法关闭服务器连接。   Action()方法监听按钮,并对发生的按钮事件进行处理,通过使用判定语句evt.target == BtnConn来跟踪用户是否单击连接按钮,如果发生单击事件,则通过调用connect()方法来进行连接。如果evt.target == BtnClose 则调用stop()方法来断开连接。   SendFile()方法实现的是上载文件的功能。ShowFileContents()方法显示文件内容。在main()方法中生成此类实例,初始化线程,启动线程。-Java source code, network-related, FTP Java prepared to achieve an FTP client program, through which clients connect to the specified server. useFtpApplet class inherits the Applet class, init () is initialized in the realization of this Applet, set the layout and background, the establishment of the text, labels and text fields. Connect () method uses the host address, user name and password as parameters to establish a connection with the host. Use new FtpClient generate a new instance of the class, using the login () method to log FTP server, call showFileContents () method to display the file contents. Stop () method uses FtpClient object closeServer () method to close the server connection. Action () method listening button, and button events are processed through the use of judgment statement evt.target == BtnConn to track whether users click the Connect button, if you click an event occurs, by calling the connect () method to perform connection. If evt.target == BtnClose
Platform: | Size: 8192 | Author: Meikao | Hits:

[JSP/JavaFtpTest

Description: ftp4j是一个FTP客户端Java类库,实现了FTP客户端应具有的大部分功能。可以将ftp4j嵌到你的Java应用中,来传输文件(包括上传和下载),浏览远程FTP服务器上的目录和文件,创建、删除、重命,移动远程目录和文件。ftp4j提供多种方式连接到远程FTP服务器包括:通过 TCP/IP直接连接,通过FTP代理、HTTP代理、SOCKS4/4a代理和SOCKS5代理连接,通过SSL安全连接。-ftp4j is an FTP client Java library that implements the FTP client should have most of the functionality. You can ftp4j embedded into your Java application to transfer files (including uploading and downloading), browse directories and files on the remote FTP server, create, delete, rename, move remote directories and files. ftp4j provides multiple ways to connect to a remote FTP server includes: a direct connection via TCP/IP, via FTP proxy, HTTP proxy, SOCKS4/4a proxy and SOCKS5 proxy connection through SSL secure connection.
Platform: | Size: 260096 | Author: 小夜 | Hits:

[androidFTP

Description: 基于java的ftp客户端,支持用户名密码-ftp client for java with username and password
Platform: | Size: 828416 | Author: zts | Hits:
« 1 2 3 4 56 7 8 9 10 »

CodeBus www.codebus.net